The Dreamweaver JavaScript API > Toggle functions > dom.setShowLineNumbers() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Shows or hides the line numbers in the Code view of the Document window.
Arguments
bShow
bShow
is a Boolean value indicating whether the line numbers should be visible (true
) or not (false
).
Returns
Nothing.
![]() ![]() ![]() |